home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Communication / Citadel_BBS / Exec / update.txt < prev   
Encoding:
Text File  |  1998-06-24  |  1.6 KB  |  42 lines

  1. This Update: 30 Dec 1997
  2.  
  3.   7K14 - minor maintenance release
  4.  
  5.    -- Added code to save qualities of email network data via MSG/ADD/OUT
  6.    -- Fixed a timer routine that had a slight miscalculation of the time.
  7.  
  8.   7K16
  9.    -- Fixed a possible divide by zero error in CTDL, MSGOUT, and MSGADD.
  10.  
  11.  
  12.  
  13.   7L12
  14.    -- Attempted to fix "back to modem mode" when trying to login at the
  15.       console.
  16.  
  17.  
  18.   8A01 - Yearly cleanup...
  19.  
  20.    -- Added new confg parameter #AREXXPORT.  This parameter allows you
  21.       to name the ARexx Port to anything you want.  This is of use with
  22.       another change.  If the current ARexx Port exists, the default is
  23.       Citadel_68K_PORT, Citadel will not start up and will issue the error
  24.       code 44 as the startup error.
  25.       What this means is that if for some reason you wish to run 2 citadels
  26.       at the same time, you must use a different configuration file and name
  27.       the ARexx Ports differently.  Great care must be taken if you do this
  28.       since two citadel will corrupt the message/user files if they both try
  29.       to update them.
  30.  
  31.    -- Fixed a bug in the .RS routine, actually several...
  32.       The message display function had a bug where it checked the first
  33.       parameter for NULL when it used the second or third parameter.  This
  34.       could cause a trap.  Also found that the PrintPretty which formatted
  35.       the numbers was overlaying the buffer of the first call with the second
  36.       causing the noticed problem of the numbers of messages to be displayed
  37.       the same.
  38.  
  39.    -- Rewrote the PrintPretty to not be recursive.
  40.  
  41.    -- Added stats gathering in MSGOUT and MSGADD so networking data is collected
  42.       for email networking.